<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap{position:relative; z-index:1;}
.wrap-index { overflow: hidden; z-index:1;}
.dark-green { color: #4c5b52; }
.light-green { color: #00853e; }
.mb-50 { margin-bottom: 50px; }
/*slider*/
.slider { float: left; height:400px; }
.slider .jquery-reslider .slider-block { text-align:center; width: 100%;height:400px; position: absolute;z-index: 97;background-position: 50% 50%; background-size: cover;opacity: 0;}
.slider .jquery-reslider .slider-block img{ margin:0 auto;}
.slider .jquery-reslider .slider-direction {width: 60px;height: 60px;position: absolute; top:50%;z-index: 99; cursor: pointer;}
.slider .jquery-reslider .slider-direction.slider-direction-prev {left: 20px; background: url('prev.png') no-repeat;}
.slider .jquery-reslider .slider-direction.slider-direction-next { right: 20px;background: url('next.png') no-repeat}
.slider .jquery-reslider .slider-dots { position: absolute; width: 100%;text-align: center; top:90%;}
.slider .jquery-reslider .slider-dots li { width: 15px; height: 15px;border-radius: 100px;display: inline-block;margin: 10px;border: 1px solid #ffffff;cursor: pointer;}
.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff; }
@media screen and (max-width: 768px) {
.slider .jquery-reslider .slider-direction { zoom: .8; }
.slider .jquery-reslider .slider-dots { position: absolute; }
}
</pre></body></html>